home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / SMTPCEMS.ZIP / BORLAND.TXT < prev    next >
Encoding:
Text File  |  1998-11-14  |  1.2 KB  |  42 lines

  1. #############################
  2. #                           #
  3. #  Notes for Borland Users  #
  4. #                           #
  5. #############################
  6.  
  7. ###
  8. ### Building the STAT program with Borland IDE 5.0.2
  9. ###
  10.  
  11. (1) Start the Borland IDE.
  12. (2) Enter "...\STAT.IDE" in the "Project Path and Name", 
  13.     where "..." is the path to the SEE files.
  14. (3) The "Target Name" should be "STAT".
  15. (4) Choose FILE/NEW/PROJECT from the main menu.
  16. (5) Select "Application [.exe]" for Target Type,
  17.     "Win32" for Platform, and "Console" for Target Model.
  18. (6) All boxes under Frameworks, Controls, and Libraries 
  19.     should be unchecked.
  20. (7) Click "OK".   
  21. (8) Choose VIEW/PROJECT from the menu bar. Use the INS key
  22.     to insert files so that the project looks like:
  23.     
  24.            [ ] STAT.EXE
  25.             +--[ ] SEE32_.LIB
  26.             +--[ ] STAT.CPP
  27.             +--[ ] STAT.DEF
  28.             
  29. (9) Choose PROJECT/MAKE_ALL to create STATE.EXE.
  30.  
  31. ###
  32. ### Using Borland C++ Builder 
  33. ###
  34.  
  35. Before compiling using Borland C++ Builder, you must first create
  36. SEE32_.LIB from SEE32.DLL using the Borland C++ Builder program
  37. IMPLIB.EXE which is located in the BIN directory of your Borland
  38. C++ Builder installation. 
  39.  
  40.    IMPLIB SEE32_.LIB SEE32.DLL
  41.    
  42.